home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / cgazv5n5.arc / EVENT.DEF < prev    next >
Text File  |  1991-09-23  |  608b  |  27 lines

  1. ;*
  2. ;* Event.def - Module definition file for Event application for Windows 3.0
  3. ;*
  4. ;*
  5. ;* 04/17/91 1.00 - Kanhom Ng 
  6. ;*
  7. ;* ---------------------------------------------------------
  8. ;* Copyright (C) 1991 Kanhom Ng.  All rights reserved.
  9. ;* ---------------------------------------------------------
  10. ;*
  11. ;*    P.O. Box 391176, Mountain View, CA 94039
  12. ;*
  13. ;*
  14. NAME                Event
  15. DESCRIPTION     'Set Event application'
  16. EXETYPE            WINDOWS
  17. STUB                'WINSTUB.EXE'
  18.  
  19. CODE                MOVEABLE DISCARDABLE LOADONCALL
  20. DATA                MOVEABLE MULTIPLE
  21.  
  22. HEAPSIZE          128
  23. STACKSIZE         4096
  24.  
  25. EXPORTS
  26.     EventCenterWndProc
  27.